[PATCH] Use private scols_cell_get_alignment() with older libsmartcols
Stretch's version of libsmartcols includes the (binary) symbol, but does not
export it via its API, probably to make the intermediate release
API-compatible.
libdnf needs it, so we'll just declare the function and hope that linking will
be able to pick it up just fine.
For newer versions, that should just turn into a comment.
Gbp-Pq: Name 0009-Use-private-scols_cell_get_alignment-with-older-libs.patch